Class: Aws::Support::Types::CaseCreationLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::CaseCreationLimitExceeded
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-support/types.rb
Overview
The case creation limit for the account has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
An error message that indicates that you have exceeded the number of cases you can have open.
Instance Attribute Details
#message ⇒ String
An error message that indicates that you have exceeded the number of cases you can have open.
237 238 239 240 241 |
# File 'lib/aws-sdk-support/types.rb', line 237 class CaseCreationLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |