Class: Aws::ChimeSDKMeetings::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ChimeSDKMeetings::Errors::ResourceNotFoundException
- Defined in:
- lib/aws-sdk-chimesdkmeetings/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
- #message ⇒ String
- #request_id ⇒ String
- #resource_name ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
179 180 181 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 179 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
184 185 186 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 184 def code @code || @data[:code] end |
#message ⇒ String
189 190 191 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 189 def @message || @data[:message] end |
#request_id ⇒ String
194 195 196 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 194 def request_id @data[:request_id] end |
#resource_name ⇒ String
199 200 201 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 199 def resource_name @data[:resource_name] end |