Class: Aws::Chime::Errors::UnprocessableEntityException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Chime::Errors::UnprocessableEntityException
- Defined in:
- sig/errors.rbs,
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 |
# File 'lib/aws-sdk-chime/errors.rb', line 258
def code: () -> ::String
|
#message ⇒ String
263 |
# File 'lib/aws-sdk-chime/errors.rb', line 263
def message: () -> ::String
|