Class: Aws::Route53::Types::LimitsExceeded

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53/types.rb

Overview

This operation can’t be completed because the current account has reached the limit on the resource you are trying to create. To request a higher limit, [create a case] with the Amazon Web Services Support Center.

[1]: aws.amazon.com/route53-request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4433
4434
4435
4436
4437
# File 'lib/aws-sdk-route53/types.rb', line 4433

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