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

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1198
1199
1200
# File 'sig/types.rbs', line 1198

def message
  @message
end

#reason"API_DOES_NOT_SUPPORT_LABELED_ARNS", ...

Returns the value of attribute reason.

Returns:

  • ("API_DOES_NOT_SUPPORT_LABELED_ARNS", "MISSING_REQUIRED_PARAMETER", "CANNOT_UPDATE_COMPLETED_MAP_RUN", "INVALID_ROUTING_CONFIGURATION")


1199
1200
1201
# File 'sig/types.rbs', line 1199

def reason
  @reason
end