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)


2919
2920
2921
# File 'sig/types.rbs', line 2919

def failure_code
  @failure_code
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


2920
2921
2922
# File 'sig/types.rbs', line 2920

def failure_reason
  @failure_reason
end

#snapshot_cluster_identifier::String

Returns the value of attribute snapshot_cluster_identifier.

Returns:

  • (::String)


2918
2919
2920
# File 'sig/types.rbs', line 2918

def snapshot_cluster_identifier
  @snapshot_cluster_identifier
end

#snapshot_identifier::String

Returns the value of attribute snapshot_identifier.

Returns:

  • (::String)


2917
2918
2919
# File 'sig/types.rbs', line 2917

def snapshot_identifier
  @snapshot_identifier
end