Class: Aws::Types::TaskStartFailedEventDetails

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)


1033
1034
1035
# File 'sig/types.rbs', line 1033

def cause
  @cause
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


1032
1033
1034
# File 'sig/types.rbs', line 1032

def error
  @error
end

#resource::String

Returns the value of attribute resource.

Returns:

  • (::String)


1031
1032
1033
# File 'sig/types.rbs', line 1031

def resource
  @resource
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1030
1031
1032
# File 'sig/types.rbs', line 1030

def resource_type
  @resource_type
end