Class: Aws::Types::LifecyclePolicyErrorDetail

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)


595
596
597
# File 'sig/types.rbs', line 595

def error_code
  @error_code
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def error_message
  @error_message
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def name
  @name
end

#type ⇒ "retention"

Returns the value of attribute type.

Returns:

  • ("retention")


592
593
594
# File 'sig/types.rbs', line 592

def type
  @type
end