Class: Aws::Types::TaskTimedOutEventDetails

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)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def cause
  @cause
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


1075
1076
1077
# File 'sig/types.rbs', line 1075

def error
  @error
end

#resource::String

Returns the value of attribute resource.

Returns:

  • (::String)


1074
1075
1076
# File 'sig/types.rbs', line 1074

def resource
  @resource
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1073
1074
1075
# File 'sig/types.rbs', line 1073

def resource_type
  @resource_type
end