Class: Aws::Types::AnalysisError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def message
  @message
end

#type"ACCESS_DENIED", ...

Returns the value of attribute type.

Returns:

  • ("ACCESS_DENIED", "SOURCE_NOT_FOUND", "DATA_SET_NOT_FOUND", "INTERNAL_FAILURE", "PARAMETER_VALUE_INCOMPATIBLE", "PARAMETER_TYPE_INVALID", "PARAMETER_NOT_FOUND", "COLUMN_TYPE_MISMATCH", "COLUMN_GEOGRAPHIC_ROLE_MISMATCH", "COLUMN_REPLACEMENT_MISSING")


257
258
259
# File 'sig/types.rbs', line 257

def type
  @type
end

#violated_entities::Array[Types::Entity]

Returns the value of attribute violated_entities.

Returns:



259
260
261
# File 'sig/types.rbs', line 259

def violated_entities
  @violated_entities
end