Class: Aws::Types::TaskSubmitFailedEventDetails

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)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def cause
  @cause
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def error
  @error
end

#resource::String

Returns the value of attribute resource.

Returns:

  • (::String)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def resource
  @resource
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def resource_type
  @resource_type
end