Class: Aws::EC2::Types::EnableFastSnapshotRestoreStateErrorItem

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone.

Returns:

  • (String)


31051
31052
31053
31054
31055
31056
# File 'lib/aws-sdk-ec2/types.rb', line 31051

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

#errorTypes::EnableFastSnapshotRestoreStateError

The error.



31051
31052
31053
31054
31055
31056
# File 'lib/aws-sdk-ec2/types.rb', line 31051

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