Class: Aws::Types::Failure

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def arn
  @arn
end

#detail::String

Returns the value of attribute detail.

Returns:

  • (::String)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def detail
  @detail
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def reason
  @reason
end