Class: Aws::CostExplorer::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The specified ARN in the request doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6150 6151 6152 6153 6154 6155 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6150 class ResourceNotFoundException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
6150 6151 6152 6153 6154 6155 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6150 class ResourceNotFoundException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |