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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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)


7273
7274
7275
7276
7277
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7273

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