Class: Aws::Types::TaskFailedEventDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:error, :cause])

Instance Attribute Summary collapse

Instance Attribute Details

#cause::String

Returns the value of attribute cause.

Returns:

  • (::String)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def cause
  @cause
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def error
  @error
end

#resource::String

Returns the value of attribute resource.

Returns:

  • (::String)


1012
1013
1014
# File 'sig/types.rbs', line 1012

def resource
  @resource
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def resource_type
  @resource_type
end