Class: Aws::AppStream::Types::ResourceError

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

Overview

Describes a resource error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


4274
4275
4276
4277
4278
4279
4280
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4274

class ResourceError < Struct.new(
  :error_code,
  :error_message,
  :error_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message.

Returns:

  • (String)


4274
4275
4276
4277
4278
4279
4280
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4274

class ResourceError < Struct.new(
  :error_code,
  :error_message,
  :error_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#error_timestampTime

The time the error occurred.

Returns:

  • (Time)


4274
4275
4276
4277
4278
4279
4280
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4274

class ResourceError < Struct.new(
  :error_code,
  :error_message,
  :error_timestamp)
  SENSITIVE = []
  include Aws::Structure
end