Class: Aws::ChimeSDKMeetings::Errors::BadRequestException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ChimeSDKMeetings::Errors::BadRequestException
- Defined in:
- lib/aws-sdk-chimesdkmeetings/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BadRequestException
constructor
A new instance of BadRequestException.
- #message ⇒ String
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BadRequestException
Returns a new instance of BadRequestException.
54 55 56 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 54 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
59 60 61 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 59 def code @code || @data[:code] end |
#message ⇒ String
64 65 66 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 64 def @message || @data[:message] end |
#request_id ⇒ String
69 70 71 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 69 def request_id @data[:request_id] end |