Class: Aws::TaxSettings::Types::CaseCreationLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::CaseCreationLimitExceededException
- Defined in:
- gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb
Overview
You've exceeded the Amazon Web ServicesSupport case creation limit for your account.
Constant Summary collapse
- SENSITIVE =
[:message]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
637 638 639 640 641 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 637 class CaseCreationLimitExceededException < Struct.new( :message) SENSITIVE = [:message] include Aws::Structure end |