Class: Aws::Types::ErrorRootCauseEntity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exceptions::Array[Types::RootCauseException]

Returns the value of attribute exceptions.

Returns:



155
156
157
# File 'sig/types.rbs', line 155

def exceptions
  @exceptions
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def name
  @name
end

#remoteBoolean

Returns the value of attribute remote.

Returns:

  • (Boolean)


156
157
158
# File 'sig/types.rbs', line 156

def remote
  @remote
end