Class: Aws::Route53Resolver::Types::LimitExceededException

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


2688
2689
2690
2691
2692
2693
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2688

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

#resource_typeString

For a LimitExceededException error, the type of resource that exceeded the current limit.

Returns:

  • (String)


2688
2689
2690
2691
2692
2693
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2688

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