Class: Aws::BCMDataExports::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDataExports::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmdataexports/types.rb
Overview
The specified Amazon Resource Name (ARN) in the request doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The identifier of the resource that was not found.
-
#resource_type ⇒ String
The type of the resource that was not found.
Instance Attribute Details
#message ⇒ String
597 598 599 600 601 602 603 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 597 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource that was not found.
597 598 599 600 601 602 603 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 597 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that was not found.
597 598 599 600 601 602 603 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 597 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |