Class: Aws::ChimeSDKMeetings::Errors::NotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ChimeSDKMeetings::Errors::NotFoundException
- Defined in:
- lib/aws-sdk-chimesdkmeetings/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
constructor
A new instance of NotFoundException.
- #message ⇒ String
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
Returns a new instance of NotFoundException.
154 155 156 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 154 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
159 160 161 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 159 def code @code || @data[:code] end |
#message ⇒ String
164 165 166 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 164 def @message || @data[:message] end |
#request_id ⇒ String
169 170 171 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 169 def request_id @data[:request_id] end |