Class: Aws::Budgets::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
We can’t locate the resource that you specified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message the exception carries.
Instance Attribute Details
#message ⇒ String
The error message the exception carries.
1528 1529 1530 1531 1532 |
# File 'lib/aws-sdk-budgets/types.rb', line 1528 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |