Class: Aws::ControlTower::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



128
129
130
# File 'lib/aws-sdk-controltower/errors.rb', line 128

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

Instance Method Details

#messageString

Returns:

  • (String)


133
# File 'lib/aws-sdk-controltower/errors.rb', line 133

def message: () -> ::String

#quota_codeString

Returns:

  • (String)


143
# File 'lib/aws-sdk-controltower/errors.rb', line 143

def quota_code: () -> ::String

#retry_after_secondsString

Returns:

  • (String)


148
# File 'lib/aws-sdk-controltower/errors.rb', line 148

def retry_after_seconds: () -> ::String

#retryable?Boolean

Returns:

  • (Boolean)


152
153
154
# File 'lib/aws-sdk-controltower/errors.rb', line 152

def retryable?
  true
end

#service_codeString

Returns:

  • (String)


138
# File 'lib/aws-sdk-controltower/errors.rb', line 138

def service_code: () -> ::String

#throttling?Boolean

Returns:

  • (Boolean)


156
157
158
# File 'lib/aws-sdk-controltower/errors.rb', line 156

def throttling?
  true
end