Class: Aws::Chime::Errors::UnprocessableEntityException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Chime::Errors::UnprocessableEntityException
- Defined in:
- lib/aws-sdk-chime/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnprocessableEntityException
constructor
A new instance of UnprocessableEntityException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnprocessableEntityException
Returns a new instance of UnprocessableEntityException.
253 254 255 |
# File 'lib/aws-sdk-chime/errors.rb', line 253 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
258 259 260 |
# File 'lib/aws-sdk-chime/errors.rb', line 258 def code @code || @data[:code] end |
#message ⇒ String
263 264 265 |
# File 'lib/aws-sdk-chime/errors.rb', line 263 def @message || @data[:message] end |