Class: Aws::Types::PartialFailure

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exception_type::String

Returns the value of attribute exception_type.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def exception_type
  @exception_type
end

#failure_code::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


877
878
879
# File 'sig/types.rbs', line 877

def failure_code
  @failure_code
end

#failure_description::String

Returns the value of attribute failure_description.

Returns:

  • (::String)


878
879
880
# File 'sig/types.rbs', line 878

def failure_description
  @failure_description
end

#failure_resource::String

Returns the value of attribute failure_resource.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def failure_resource
  @failure_resource
end