Class: Aws::FinSpaceData::Types::ChangesetErrorInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb

Overview

The structure with error messages.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_categoryString

The category of the error.

  • VALIDATION – The inputs to this request are invalid.

  • SERVICE_QUOTA_EXCEEDED – Service quotas have been exceeded. Please contact AWS support to increase quotas.

  • ACCESS_DENIED – Missing required permission to perform this request.

  • RESOURCE_NOT_FOUND – One or more inputs to this request were not found.

  • THROTTLING – The system temporarily lacks sufficient resources to process the request.

  • INTERNAL_SERVICE_EXCEPTION – An internal service error has occurred.

  • CANCELLED – Cancelled.

  • USER_RECOVERABLE – A user recoverable error has occurred.

Returns:

  • (String)


126
127
128
129
130
131
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 126

class ChangesetErrorInfo < Struct.new(
  :error_message,
  :error_category)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The text of the error message.

Returns:

  • (String)


126
127
128
129
130
131
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 126

class ChangesetErrorInfo < Struct.new(
  :error_message,
  :error_category)
  SENSITIVE = []
  include Aws::Structure
end