Class: Aws::Shield::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::InvalidParameterException
- Defined in:
- gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb
Overview
Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fields ⇒ Array<Types::ValidationExceptionField>
Fields that caused the exception.
-
#message ⇒ String
-
#reason ⇒ String
Additional information about the exception.
Instance Attribute Details
#fields ⇒ Array<Types::ValidationExceptionField>
Fields that caused the exception.
1124 1125 1126 1127 1128 1129 1130 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1124 class InvalidParameterException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1124 1125 1126 1127 1128 1129 1130 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1124 class InvalidParameterException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Additional information about the exception.
1124 1125 1126 1127 1128 1129 1130 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1124 class InvalidParameterException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |