Class: Aws::Types::DataSourceErrorMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_detail::String

Returns the value of attribute error_detail.

Returns:

  • (::String)


1753
1754
1755
# File 'sig/types.rbs', line 1753

def error_detail
  @error_detail
end

#error_type"ACCESS_DENIED_EXCEPTION", ...

Returns the value of attribute error_type.

Returns:

  • ("ACCESS_DENIED_EXCEPTION", "CONFLICT_EXCEPTION", "INTERNAL_SERVER_EXCEPTION", "RESOURCE_NOT_FOUND_EXCEPTION", "SERVICE_QUOTA_EXCEEDED_EXCEPTION", "THROTTLING_EXCEPTION", "VALIDATION_EXCEPTION")


1752
1753
1754
# File 'sig/types.rbs', line 1752

def error_type
  @error_type
end