Class: Aws::Route53Resolver::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::InvalidParameterException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
One or more parameters in this request are not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_name ⇒ String
For an ‘InvalidParameterException` error, the name of the parameter that’s invalid.
- #message ⇒ String
Instance Attribute Details
#field_name ⇒ String
For an ‘InvalidParameterException` error, the name of the parameter that’s invalid.
2420 2421 2422 2423 2424 2425 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2420 class InvalidParameterException < Struct.new( :message, :field_name) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2420 2421 2422 2423 2424 2425 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2420 class InvalidParameterException < Struct.new( :message, :field_name) SENSITIVE = [] include Aws::Structure end |