Class: Aws::EC2::Types::EnableFastSnapshotRestoreStateError

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

Overview

Describes an error that occurred when enabling fast snapshot restores.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code.

Returns:

  • (String)


33514
33515
33516
33517
33518
33519
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33514

class EnableFastSnapshotRestoreStateError < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The error message.

Returns:

  • (String)


33514
33515
33516
33517
33518
33519
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33514

class EnableFastSnapshotRestoreStateError < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end