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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


31018
31019
31020
31021
31022
31023
# File 'lib/aws-sdk-ec2/types.rb', line 31018

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

#messageString

The error message.

Returns:

  • (String)


31018
31019
31020
31021
31022
31023
# File 'lib/aws-sdk-ec2/types.rb', line 31018

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