Class: Aws::Types::ExecutionError

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)


716
717
718
# File 'sig/types.rbs', line 716

def message
  @message
end

#type"PERMISSION_DENIED", ...

Returns the value of attribute type.

Returns:

  • ("PERMISSION_DENIED", "CUSTOM_STEP_FAILED", "THROTTLED", "ALREADY_EXISTS", "NOT_FOUND", "BAD_REQUEST", "TIMEOUT", "INTERNAL_SERVER_ERROR")


715
716
717
# File 'sig/types.rbs', line 715

def type
  @type
end