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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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>)


6546
6547
6548
6549
6550
6551
6552
6553
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6546

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

#messageString

Returns:

  • (String)


6546
6547
6548
6549
6550
6551
6552
6553
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6546

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

#resource_idString

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

Returns:

  • (String)


6546
6547
6548
6549
6550
6551
6552
6553
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6546

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

#resource_typeString

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

Returns:

  • (String)


6546
6547
6548
6549
6550
6551
6552
6553
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6546

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