Class: Aws::Types::DataSourceErrorInfo

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)


3360
3361
3362
# File 'sig/types.rbs', line 3360

def message
  @message
end

#type"ACCESS_DENIED", ...

Returns the value of attribute type.

Returns:

  • ("ACCESS_DENIED", "COPY_SOURCE_NOT_FOUND", "TIMEOUT", "ENGINE_VERSION_NOT_SUPPORTED", "UNKNOWN_HOST", "GENERIC_SQL_FAILURE", "CONFLICT", "UNKNOWN")


3359
3360
3361
# File 'sig/types.rbs', line 3359

def type
  @type
end