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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2542
2543
2544
2545
2546
2547
# File 'lib/aws-sdk-route53resolver/types.rb', line 2542

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)


2542
2543
2544
2545
2546
2547
# File 'lib/aws-sdk-route53resolver/types.rb', line 2542

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