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>)


6753
6754
6755
6756
6757
6758
6759
6760
# File 'lib/aws-sdk-deadline/types.rb', line 6753

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

#messageString

Returns:

  • (String)


6753
6754
6755
6756
6757
6758
6759
6760
# File 'lib/aws-sdk-deadline/types.rb', line 6753

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)


6753
6754
6755
6756
6757
6758
6759
6760
# File 'lib/aws-sdk-deadline/types.rb', line 6753

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)


6753
6754
6755
6756
6757
6758
6759
6760
# File 'lib/aws-sdk-deadline/types.rb', line 6753

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