Class: Aws::Types::SnapshotErrorMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_code::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


2939
2940
2941
# File 'sig/types.rbs', line 2939

def failure_code
  @failure_code
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


2940
2941
2942
# File 'sig/types.rbs', line 2940

def failure_reason
  @failure_reason
end

#snapshot_cluster_identifier::String

Returns the value of attribute snapshot_cluster_identifier.

Returns:

  • (::String)


2938
2939
2940
# File 'sig/types.rbs', line 2938

def snapshot_cluster_identifier
  @snapshot_cluster_identifier
end

#snapshot_identifier::String

Returns the value of attribute snapshot_identifier.

Returns:

  • (::String)


2937
2938
2939
# File 'sig/types.rbs', line 2937

def snapshot_identifier
  @snapshot_identifier
end