Class: Aws::CognitoSync::Types::LimitExceededException

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

Instance Attribute Details

#messageString

Message returned by LimitExceededException.

Returns:

  • (String)


618
619
620
621
622
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 618

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