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:



1329
1330
1331
# File 'sig/types.rbs', line 1329

def arn
  @arn
end

#detail::String

Returns the value of attribute detail.

Returns:



1331
1332
1333
# File 'sig/types.rbs', line 1331

def detail
  @detail
end

#reason::String

Returns the value of attribute reason.

Returns:



1330
1331
1332
# File 'sig/types.rbs', line 1330

def reason
  @reason
end