Class: Aws::ControlTower::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::ControlTower::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-controltower/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ String
- #quota_code ⇒ String
- #retry_after_seconds ⇒ String
- #retryable? ⇒ Boolean
- #service_code ⇒ String
- #throttling? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
128 129 130 |
# File 'lib/aws-sdk-controltower/errors.rb', line 128 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
133 |
# File 'lib/aws-sdk-controltower/errors.rb', line 133
def message: () -> ::String
|
#quota_code ⇒ String
143 |
# File 'lib/aws-sdk-controltower/errors.rb', line 143
def quota_code: () -> ::String
|
#retry_after_seconds ⇒ String
148 |
# File 'lib/aws-sdk-controltower/errors.rb', line 148
def retry_after_seconds: () -> ::String
|
#retryable? ⇒ Boolean
152 153 154 |
# File 'lib/aws-sdk-controltower/errors.rb', line 152 def retryable? true end |
#service_code ⇒ String
138 |
# File 'lib/aws-sdk-controltower/errors.rb', line 138
def service_code: () -> ::String
|
#throttling? ⇒ Boolean
156 157 158 |
# File 'lib/aws-sdk-controltower/errors.rb', line 156 def throttling? true end |