Class: Aws::EC2::Types::EnableFastSnapshotRestoreErrorItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Contains information about the errors that occurred when enabling fast snapshot restores.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fast_snapshot_restore_state_errorsArray<Types::EnableFastSnapshotRestoreStateErrorItem>

The errors.



30955
30956
30957
30958
30959
30960
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30955

class EnableFastSnapshotRestoreErrorItem < Struct.new(
  :snapshot_id,
  :fast_snapshot_restore_state_errors)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_idString

The ID of the snapshot.

Returns:

  • (String)


30955
30956
30957
30958
30959
30960
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30955

class EnableFastSnapshotRestoreErrorItem < Struct.new(
  :snapshot_id,
  :fast_snapshot_restore_state_errors)
  SENSITIVE = []
  include Aws::Structure
end