Class: Aws::Types::EffectiveLifecyclePolicyErrorDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code ⇒ ::String

Returns the value of attribute error_code.

Returns:

  • (::String)


480
481
482
# File 'sig/types.rbs', line 480

def error_code
  @error_code
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


479
480
481
# File 'sig/types.rbs', line 479

def error_message
  @error_message
end

#resource ⇒ ::String

Returns the value of attribute resource.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def resource
  @resource
end

#type ⇒ "retention"

Returns the value of attribute type.

Returns:

  • ("retention")


477
478
479
# File 'sig/types.rbs', line 477

def type
  @type
end