Class: Aws::CognitoSync::Types::AlreadyStreamedException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The message associated with the AlreadyStreamedException exception.

Returns:

  • (String)


23
24
25
26
27
# File 'lib/aws-sdk-cognitosync/types.rb', line 23

class AlreadyStreamedException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end