Class: Aws::Deadline::Types::ResourceNotFoundException

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

Overview

The requested resource can’t be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contextHash<String,String>

Information about the resources in use when the exception was thrown.

Returns:

  • (Hash<String,String>)


6802
6803
6804
6805
6806
6807
6808
6809
# File 'lib/aws-sdk-deadline/types.rb', line 6802

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

#messageString

Returns:

  • (String)


6802
6803
6804
6805
6806
6807
6808
6809
# File 'lib/aws-sdk-deadline/types.rb', line 6802

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

#resource_idString

The identifier of the resource that couldn’t be found.

Returns:

  • (String)


6802
6803
6804
6805
6806
6807
6808
6809
# File 'lib/aws-sdk-deadline/types.rb', line 6802

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

#resource_typeString

The type of the resource that couldn’t be found.

Returns:

  • (String)


6802
6803
6804
6805
6806
6807
6808
6809
# File 'lib/aws-sdk-deadline/types.rb', line 6802

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