Class: Aws::Shield::Types::InvalidParameterException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#fieldsArray<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

#messageString

Returns:

  • (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

#reasonString

Additional information about the exception.

Returns:

  • (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