Class: Aws::Types::ResourceError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#logical_resource_id ⇒ ::String

Returns the value of attribute logical_resource_id.

Returns:

  • (::String)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def logical_resource_id
  @logical_resource_id
end

#physical_resource_id ⇒ ::String

Returns the value of attribute physical_resource_id.

Returns:

  • (::String)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def physical_resource_id
  @physical_resource_id
end

#reason ⇒ ::String

Returns the value of attribute reason.

Returns:

  • (::String)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def reason
  @reason
end