Class: Aws::CleanRooms::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/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)


6849
6850
6851
6852
6853
6854
6855
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6849

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

#resource_idString

The Id of the missing resource.

Returns:

  • (String)


6849
6850
6851
6852
6853
6854
6855
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6849

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

#resource_typeString

The type of the missing resource.

Returns:

  • (String)


6849
6850
6851
6852
6853
6854
6855
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6849

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