Class: Aws::ChimeSDKMeetings::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::ChimeSDKMeetings::Errors::ResourceNotFoundException
- Defined in:
- sig/errors.rbs,
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 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 184
def code: () -> ::String
|
#message ⇒ String
189 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 189
def message: () -> ::String
|
#request_id ⇒ String
194 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 194
def request_id: () -> ::String
|
#resource_name ⇒ String
199 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 199
def resource_name: () -> ::String
|