Class: Aws::SavingsPlans::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::ResourceNotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-savingsplans/types.rb
Overview
The specified resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
451 452 453 454 455 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 451 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |