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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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