Class: Aws::Route53Profiles::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb

Overview

The request caused one or more limits to be exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


382
383
384
385
386
387
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 382

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

#resource_typeString

The resource type that caused the limits to be exceeded.

Returns:

  • (String)


382
383
384
385
386
387
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 382

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