Class: Aws::Budgets::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::InvalidParameterException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
An error on the client occurred. Typically, the cause is an invalid input value.
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.
1496 1497 1498 1499 1500 |
# File 'lib/aws-sdk-budgets/types.rb', line 1496 class InvalidParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |