Class: Aws::Chime::Types::UnprocessableEntityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UnprocessableEntityException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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
Instance Attribute Details
#code ⇒ String
8128 8129 8130 8131 8132 8133 |
# File 'lib/aws-sdk-chime/types.rb', line 8128 class UnprocessableEntityException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
8128 8129 8130 8131 8132 8133 |
# File 'lib/aws-sdk-chime/types.rb', line 8128 class UnprocessableEntityException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |