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
1651 1652 1653 1654 1655 1656 1657 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1651 class UnprocessableEntityException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1651 1652 1653 1654 1655 1656 1657 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1651 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.
1651 1652 1653 1654 1655 1656 1657 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1651 class UnprocessableEntityException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |