Class: Aws::Imagebuilder::Types::ServiceException

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

Overview

An internal server error occurred while Image Builder processed the request. Retrying the request may succeed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


8890
8891
8892
8893
8894
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8890

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