Class: Aws::Chime::Types::UnprocessableEntityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UnprocessableEntityException
- Defined in:
- gems/aws-sdk-chime/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
9842 9843 9844 9845 9846 9847 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 9842 class UnprocessableEntityException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
9842 9843 9844 9845 9846 9847 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 9842 class UnprocessableEntityException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |