Class: Aws::Types::ErrorRootCauseService

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def 
  @account_id
end

#entity_path::Array[Types::ErrorRootCauseEntity]

Returns the value of attribute entity_path.

Returns:



165
166
167
# File 'sig/types.rbs', line 165

def entity_path
  @entity_path
end

#inferredBoolean

Returns the value of attribute inferred.

Returns:

  • (Boolean)


166
167
168
# File 'sig/types.rbs', line 166

def inferred
  @inferred
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def name
  @name
end

#names::Array[::String]

Returns the value of attribute names.

Returns:

  • (::Array[::String])


162
163
164
# File 'sig/types.rbs', line 162

def names
  @names
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def type
  @type
end