Class: Aws::Drs::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-drs/types.rb

Overview

The resource for this operation was not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-drs/types.rb', line 2062

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

#messageString

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-drs/types.rb', line 2062

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

#resource_idString

The ID of the resource.

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-drs/types.rb', line 2062

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

#resource_typeString

The type of the resource.

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-drs/types.rb', line 2062

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