Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::FinSpaceData::Types::DataViewErrorInfo

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)

792
793
794
795
796
797
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 792

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

#error_messageString

The text of the error message.

Returns:

  • (String)

792
793
794
795
796
797
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 792

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