Class: Aws::Mgn::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-mgn/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
4266 4267 4268 4269 4270 4271 4272 4273 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4266 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Reached throttling quota exception.
4266 4267 4268 4269 4270 4271 4272 4273 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4266 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ String
Reached throttling quota exception will retry after x seconds.
4266 4267 4268 4269 4270 4271 4272 4273 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4266 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Reached throttling quota exception service code.
4266 4267 4268 4269 4270 4271 4272 4273 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4266 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |