Class: Aws::EC2::Types::DisableFastSnapshotRestoreErrorItem

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fast_snapshot_restore_state_errorsArray<Types::DisableFastSnapshotRestoreStateErrorItem>

The errors.



28720
28721
28722
28723
28724
28725
# File 'lib/aws-sdk-ec2/types.rb', line 28720

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

#snapshot_idString

The ID of the snapshot.

Returns:

  • (String)


28720
28721
28722
28723
28724
28725
# File 'lib/aws-sdk-ec2/types.rb', line 28720

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