Class: Aws::Imagebuilder::Types::ServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ServiceException
- 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
#message ⇒ 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 |