Class: Aws::ChimeSDKMeetings::Types::UnprocessableEntityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::UnprocessableEntityException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
The request was well-formed but was unable to be followed due to semantic errors.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #code ⇒ String
- #message ⇒ String
-
#request_id ⇒ String
The request id associated with the call responsible for the exception.
Instance Attribute Details
#code ⇒ String
1686 1687 1688 1689 1690 1691 1692 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1686 class UnprocessableEntityException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1686 1687 1688 1689 1690 1691 1692 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1686 class UnprocessableEntityException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request id associated with the call responsible for the exception.
1686 1687 1688 1689 1690 1691 1692 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1686 class UnprocessableEntityException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |