Class: Aws::CognitoSync::Types::DuplicateRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::DuplicateRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/types.rb
Overview
An exception thrown when there is an IN_PROGRESS bulk publish operation for the given identity pool.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message associated with the DuplicateRequestException exception.
Instance Attribute Details
#message ⇒ String
The message associated with the DuplicateRequestException exception.
330 331 332 333 334 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 330 class DuplicateRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |