Class: Aws::Budgets::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
You’ve reached the limit on the number of tags you can associate with a resource.
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.
1670 1671 1672 1673 1674 |
# File 'lib/aws-sdk-budgets/types.rb', line 1670 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |