Class: Aws::Pricing::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pricing::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pricing/types.rb
Overview
The requested resource can’t be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
498 499 500 501 502 |
# File 'lib/aws-sdk-pricing/types.rb', line 498 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |