Class: Aws::Mobile::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mobile::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mobile/types.rb
Overview
There are too many AWS Mobile Hub projects in the account or the account has exceeded the maximum number of resources in some AWS service. You should create another sub-account using AWS Organizations or remove some resources and retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The Exception Error Message.
-
#retry_after_seconds ⇒ String
The Exception Error Message.
Instance Attribute Details
#message ⇒ String
The Exception Error Message.
348 349 350 351 352 353 |
# File 'lib/aws-sdk-mobile/types.rb', line 348 class LimitExceededException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ String
The Exception Error Message.
348 349 350 351 352 353 |
# File 'lib/aws-sdk-mobile/types.rb', line 348 class LimitExceededException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |