Class: Aws::CognitoSync::Types::AlreadyStreamedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::AlreadyStreamedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/types.rb
Overview
An exception thrown when a bulk publish operation is requested less than 24 hours after a previous bulk publish operation completed successfully.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message associated with the AlreadyStreamedException exception.
Instance Attribute Details
#message ⇒ String
The message associated with the AlreadyStreamedException exception.
23 24 25 26 27 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 23 class AlreadyStreamedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |