Class: Aws::ChimeSDKMeetings::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
The resource that you want to tag couldn’t be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #code ⇒ String
- #message ⇒ String
-
#request_id ⇒ String
The ID of the resource that couldn’t be found.
-
#resource_name ⇒ String
The name of the resource that couldn’t be found.
Instance Attribute Details
#code ⇒ String
1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1410 class ResourceNotFoundException < Struct.new( :code, :message, :request_id, :resource_name) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1410 class ResourceNotFoundException < Struct.new( :code, :message, :request_id, :resource_name) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The ID of the resource that couldn’t be found.
1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1410 class ResourceNotFoundException < Struct.new( :code, :message, :request_id, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource that couldn’t be found.
1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1410 class ResourceNotFoundException < Struct.new( :code, :message, :request_id, :resource_name) SENSITIVE = [] include Aws::Structure end |