Class: Aws::EC2::Types::DisableFastSnapshotRestoreStateError

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

Overview

Describes an error that occurred when disabling fast snapshot restores.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code.

Returns:

  • (String)


28729
28730
28731
28732
28733
28734
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28729

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

#messageString

The error message.

Returns:

  • (String)


28729
28730
28731
28732
28733
28734
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28729

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