Class: Aws::Types::ValidationException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fields ⇒ ::Array[Types::ValidationExceptionField]

Returns the value of attribute fields.

Returns:



1951
1952
1953
# File 'sig/types.rbs', line 1951

def fields
  @fields
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


1949
1950
1951
# File 'sig/types.rbs', line 1949

def message
  @message
end

#reason ⇒ "UnknownOperation", ...

Returns the value of attribute reason.

Returns:

  • ("UnknownOperation", "CannotParse", "FieldValidationFailed", "Other")


1950
1951
1952
# File 'sig/types.rbs', line 1950

def reason
  @reason
end