Class: Aws::IdentityStore::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb

Overview

Indicates that the principal has crossed the throttling limits of the API operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1404
1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1404

class ThrottlingException < Struct.new(
  :message,
  :request_id,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.

Returns:

  • (String)


1404
1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1404

class ThrottlingException < Struct.new(
  :message,
  :request_id,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#retry_after_secondsInteger

The number of seconds to wait before retrying the next request.

Returns:

  • (Integer)


1404
1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1404

class ThrottlingException < Struct.new(
  :message,
  :request_id,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end