Class: Aws::NovaAct::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb

Overview

The requested resource was not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The specified resource was not found.

Returns:

  • (String)


975
976
977
978
979
980
981
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 975

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

#resource_idString

The identifier of the resource that wasn't found.

Returns:

  • (String)


975
976
977
978
979
980
981
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 975

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

#resource_typeString

The type of resource that wasn't found.

Returns:

  • (String)


975
976
977
978
979
980
981
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 975

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