Class: Aws::Types::DataViewErrorInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_category"VALIDATION", ...

Returns the value of attribute error_category.

Returns:

  • ("VALIDATION", "SERVICE_QUOTA_EXCEEDED", "ACCESS_DENIED", "RESOURCE_NOT_FOUND", "THROTTLING", "INTERNAL_SERVICE_EXCEPTION", "CANCELLED", "USER_RECOVERABLE")


166
167
168
# File 'sig/types.rbs', line 166

def error_category
  @error_category
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def error_message
  @error_message
end