Class: Aws::Budgets::Types::CreationLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::CreationLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
You’ve exceeded the notification or subscriber limit.
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.
724 725 726 727 728 |
# File 'lib/aws-sdk-budgets/types.rb', line 724 class CreationLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |