Class: Aws::EC2::Types::DisableFastSnapshotRestoreStateErrorItem

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

Overview

Contains information about an error that occurred when disabling fast snapshot restores.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone.

Returns:

  • (String)


28573
28574
28575
28576
28577
28578
# File 'lib/aws-sdk-ec2/types.rb', line 28573

class DisableFastSnapshotRestoreStateErrorItem < Struct.new(
  :availability_zone,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#errorTypes::DisableFastSnapshotRestoreStateError

The error.



28573
28574
28575
28576
28577
28578
# File 'lib/aws-sdk-ec2/types.rb', line 28573

class DisableFastSnapshotRestoreStateErrorItem < Struct.new(
  :availability_zone,
  :error)
  SENSITIVE = []
  include Aws::Structure
end