Class: Aws::DataZone::Types::DataSourceErrorMessage

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

Overview

The details of the error message that is returned if the operation cannot be successfully completed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_detailString

The details of the error message that is returned if the operation cannot be successfully completed.

Returns:

  • (String)


2994
2995
2996
2997
2998
2999
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2994

class DataSourceErrorMessage < Struct.new(
  :error_detail,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end

#error_typeString

The type of the error message that is returned if the operation cannot be successfully completed.

Returns:

  • (String)


2994
2995
2996
2997
2998
2999
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2994

class DataSourceErrorMessage < Struct.new(
  :error_detail,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end