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)


2288
2289
2290
2291
2292
2293
2294
2295
# File 'lib/aws-sdk-drs/types.rb', line 2288

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

#messageString

Returns:

  • (String)


2288
2289
2290
2291
2292
2293
2294
2295
# File 'lib/aws-sdk-drs/types.rb', line 2288

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

#resource_idString

The ID of the resource.

Returns:

  • (String)


2288
2289
2290
2291
2292
2293
2294
2295
# File 'lib/aws-sdk-drs/types.rb', line 2288

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

#resource_typeString

The type of the resource.

Returns:

  • (String)


2288
2289
2290
2291
2292
2293
2294
2295
# File 'lib/aws-sdk-drs/types.rb', line 2288

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