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)


2132
2133
2134
2135
2136
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2132

class OperationLimitExceeded < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end