Class: Aws::Route53Domains::Types::OperationLimitExceeded

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The number of operations or jobs running exceeded the allowed threshold for the account.

Returns:

  • (String)


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