Class: Aws::Mgn::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Reached throttling quota exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
Reached throttling quota exception.
-
#retry_after_seconds ⇒ String
Reached throttling quota exception will retry after x seconds.
-
#service_code ⇒ String
Reached throttling quota exception service code.
Instance Attribute Details
#message ⇒ String
4185 4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-mgn/types.rb', line 4185 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Reached throttling quota exception.
4185 4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-mgn/types.rb', line 4185 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ String
Reached throttling quota exception will retry after x seconds.
4185 4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-mgn/types.rb', line 4185 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Reached throttling quota exception service code.
4185 4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-mgn/types.rb', line 4185 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |