Class: Aws::Braket::Types::InternalServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::InternalServiceException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
The request processing has failed because of an unknown error, exception, or failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
837 838 839 840 841 |
# File 'lib/aws-sdk-braket/types.rb', line 837 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |