Class: Aws::Types::ActionConnectorError

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)


72
73
74
# File 'sig/types.rbs', line 72

def message
  @message
end

#type"INTERNAL_FAILURE"

Returns the value of attribute type.

Returns:

  • ("INTERNAL_FAILURE")


73
74
75
# File 'sig/types.rbs', line 73

def type
  @type
end