Class: Aws::CostOptimizationHub::Types::ResourceNotFoundException

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

Overview

The specified Amazon Resource Name (ARN) in the request doesn't exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1700
1701
1702
1703
1704
1705
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1700

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

#resource_idString

The identifier of the resource that was not found.

Returns:

  • (String)


1700
1701
1702
1703
1704
1705
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1700

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