Class: Aws::Chime::Errors::BadRequestException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Chime::Errors::BadRequestException
- Defined in:
- lib/aws-sdk-chime/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BadRequestException
constructor
A new instance of BadRequestException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BadRequestException
Returns a new instance of BadRequestException.
73 74 75 |
# File 'lib/aws-sdk-chime/errors.rb', line 73 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
78 79 80 |
# File 'lib/aws-sdk-chime/errors.rb', line 78 def code @code || @data[:code] end |
#message ⇒ String
83 84 85 |
# File 'lib/aws-sdk-chime/errors.rb', line 83 def @message || @data[:message] end |