Class: Aws::Imagebuilder::Types::ServiceUnavailableException

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

Overview

The service is unable to process your request at this time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7569
7570
7571
7572
7573
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7569

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