Class: Aws::BackupGateway::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
TPS has been limited to protect against intentional or unintentional high request volumes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
Error: TPS has been limited to protect against intentional or unintentional high request volumes.
-
#message ⇒ String
Instance Attribute Details
#error_code ⇒ String
Error: TPS has been limited to protect against intentional or unintentional high request volumes.
1130 1131 1132 1133 1134 1135 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1130 class ThrottlingException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1130 1131 1132 1133 1134 1135 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1130 class ThrottlingException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |