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)


4785
4786
4787
4788
4789
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4785

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