Class: Aws::PinpointSMSVoiceV2::Types::ValidationExceptionField

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

The field associated with the validation exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message associated with the validation exception with information to help determine its cause.

Returns:

  • (String)


7138
7139
7140
7141
7142
7143
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7138

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

#nameString

The name of the field.

Returns:

  • (String)


7138
7139
7140
7141
7142
7143
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7138

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