Class: Aws::MarketplaceAgreement::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplaceagreement/types.rb
Overview
Request references a resource which does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#request_id ⇒ String
The unique identifier for the error.
-
#resource_id ⇒ String
The unique identifier for the resource.
-
#resource_type ⇒ String
The type of resource.
Instance Attribute Details
#message ⇒ String
944 945 946 947 948 949 950 951 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 944 class ResourceNotFoundException < Struct.new( :message, :request_id, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The unique identifier for the error.
944 945 946 947 948 949 950 951 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 944 class ResourceNotFoundException < Struct.new( :message, :request_id, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The unique identifier for the resource.
944 945 946 947 948 949 950 951 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 944 class ResourceNotFoundException < Struct.new( :message, :request_id, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource.
944 945 946 947 948 949 950 951 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 944 class ResourceNotFoundException < Struct.new( :message, :request_id, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |