Class: Aws::MarketplaceAgreement::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb

Overview

Request references a resource which does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


944
945
946
947
948
949
950
951
# File 'gems/aws-sdk-marketplaceagreement/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_idString

The unique identifier for the error.

Returns:

  • (String)


944
945
946
947
948
949
950
951
# File 'gems/aws-sdk-marketplaceagreement/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_idString

The unique identifier for the resource.

Returns:

  • (String)


944
945
946
947
948
949
950
951
# File 'gems/aws-sdk-marketplaceagreement/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_typeString

The type of resource.

Returns:

  • (String)


944
945
946
947
948
949
950
951
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 944

class ResourceNotFoundException < Struct.new(
  :message,
  :request_id,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end