Class: Aws::S3Files::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Files::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb
Overview
The request was throttled. Retry your request using exponential backoff.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code associated with the exception.
-
#message ⇒ String
Instance Attribute Details
#error_code ⇒ String
The error code associated with the exception.
1422 1423 1424 1425 1426 1427 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1422 class ThrottlingException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1422 1423 1424 1425 1426 1427 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1422 class ThrottlingException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |