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

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

Overview

This exception is thrown when the service encounters an unrecoverable exception.

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 ServiceException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end