Class: Aws::CognitoSync::Types::DuplicateRequestException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitosync/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

Instance Attribute Details

#messageString

The message associated with the DuplicateRequestException exception.

Returns:

  • (String)


330
331
332
333
334
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 330

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