Skip to content

Commit

Permalink
Fix blurb describing EC2 Query error shape
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti authored and mtdowling committed Jun 9, 2021
1 parent 30a402c commit eb42a47
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/1.0/spec/aws/aws-ec2-query-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,10 @@ Operation error serialization
-----------------------------

Error responses in the ``ec2Query`` protocol are wrapped within an XML root
node named ``Errors``. A nested element, named ``Error``, contains the
serialized error structure members.
node named ``Response``. Inside this, there is an ``Errors`` tag containing
the actual error, and a ``RequestId`` tag holding the request ID. Nested inside
of the ``Errors`` tag is an ``Error`` tag which contains the serialized error
structure members.

Serialized error shapes MUST also contain an additional child element ``Code``
that contains only the :token:`shape name <identifier>` of the error's
Expand Down

0 comments on commit eb42a47

Please sign in to comment.