Class: Aws::CognitoSync::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/types.rb
Overview
Thrown when the limit on the number of objects or operations has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message returned by LimitExceededException.
Instance Attribute Details
#message ⇒ String
Message returned by LimitExceededException.
618 619 620 621 622 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 618 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |