Class: Aws::ResilienceHub::Types::ResourceNotFoundException

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

Overview

This exception occurs when the specified resource could not be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5957
5958
5959
5960
5961
5962
5963
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5957

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

#resource_idString

The identifier of the resource that the exception applies to.

Returns:

  • (String)


5957
5958
5959
5960
5961
5962
5963
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5957

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

#resource_typeString

The type of the resource that the exception applies to.

Returns:

  • (String)


5957
5958
5959
5960
5961
5962
5963
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5957

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