Class: Aws::Route53Domains::Types::OperationLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::OperationLimitExceeded
- Defined in:
- gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb
Overview
The number of operations or jobs running exceeded the allowed threshold for the account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The number of operations or jobs running exceeded the allowed threshold for the account.
Instance Attribute Details
#message ⇒ String
The number of operations or jobs running exceeded the allowed threshold for the account.
2123 2124 2125 2126 2127 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2123 class OperationLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |