Class: Aws::Types::DashboardError

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)


2876
2877
2878
# File 'sig/types.rbs', line 2876

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")


2875
2876
2877
# File 'sig/types.rbs', line 2875

def type
  @type
end

#violated_entities::Array[Types::Entity]

Returns the value of attribute violated_entities.

Returns:



2877
2878
2879
# File 'sig/types.rbs', line 2877

def violated_entities
  @violated_entities
end