Error AtlasError Documentation and Resolution

AWS request is missing the action parameter

MissingAction

AWS rejected the query-style request because the required action or operation name was not supplied.

MissingActiongeneral
MissingAction
  • The request omitted the required action parameter.
  • Custom client code built the request incorrectly.
  • An integration or proxy stripped required query parameters.
  1. Check that the request includes the correct action name for the API call.
  2. Validate any custom request-building logic or middleware.
  3. Retry after restoring the missing action parameter.
AWS Support API Reference: Common Errors
AWS MissingAction: causes and fixes | Error Atlas