Class: Aws::ChimeSDKMeetings::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::NotFoundException
- Defined in:
- gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb
Overview
One or more of the resources in the request does not exist in the system.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
-
#message ⇒ String
-
#request_id ⇒ String
The request ID associated with the call responsible for the exception.
Instance Attribute Details
#code ⇒ String
1358 1359 1360 1361 1362 1363 1364 |
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1358 class NotFoundException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1358 1359 1360 1361 1362 1363 1364 |
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1358 class NotFoundException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID associated with the call responsible for the exception.
1358 1359 1360 1361 1362 1363 1364 |
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1358 class NotFoundException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |