Class: Aws::IdentityStore::Errors::ThrottlingException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-identitystore/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException

Returns a new instance of ThrottlingException.

Parameters:



183
184
185
# File 'lib/aws-sdk-identitystore/errors.rb', line 183

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#message ⇒ String

Returns:

  • (String)


188
# File 'lib/aws-sdk-identitystore/errors.rb', line 188

def message: () -> ::String

#reason ⇒ String

Returns:

  • (String)


203
# File 'lib/aws-sdk-identitystore/errors.rb', line 203

def reason: () -> ::String

#request_id ⇒ String

Returns:

  • (String)


193
# File 'lib/aws-sdk-identitystore/errors.rb', line 193

def request_id: () -> ::String

#retry_after_seconds ⇒ String

Returns:

  • (String)


198
# File 'lib/aws-sdk-identitystore/errors.rb', line 198

def retry_after_seconds: () -> ::String

#retryable? ⇒ Boolean

Returns:

  • (Boolean)


207
208
209
# File 'lib/aws-sdk-identitystore/errors.rb', line 207

def retryable?
  true
end

#throttling? ⇒ Boolean

Returns:

  • (Boolean)


211
212
213
# File 'lib/aws-sdk-identitystore/errors.rb', line 211

def throttling?
  true
end