Class: Aws::ManagedBlockchainQuery::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



147
148
149
# File 'lib/aws-sdk-managedblockchainquery/errors.rb', line 147

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

Instance Method Details

#messageString

Returns:

  • (String)


152
# File 'lib/aws-sdk-managedblockchainquery/errors.rb', line 152

def message: () -> ::String

#quota_codeString

Returns:

  • (String)


162
# File 'lib/aws-sdk-managedblockchainquery/errors.rb', line 162

def quota_code: () -> ::String

#retry_after_secondsString

Returns:

  • (String)


167
# File 'lib/aws-sdk-managedblockchainquery/errors.rb', line 167

def retry_after_seconds: () -> ::String

#retryable?Boolean

Returns:

  • (Boolean)


171
172
173
# File 'lib/aws-sdk-managedblockchainquery/errors.rb', line 171

def retryable?
  true
end

#service_codeString

Returns:

  • (String)


157
# File 'lib/aws-sdk-managedblockchainquery/errors.rb', line 157

def service_code: () -> ::String

#throttling?Boolean

Returns:

  • (Boolean)


175
176
177
# File 'lib/aws-sdk-managedblockchainquery/errors.rb', line 175

def throttling?
  true
end