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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1826
1827
1828
1829
1830
1831
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1826

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)


1826
1827
1828
1829
1830
1831
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1826

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