Class: Aws::CloudControlApi::Types::ServiceInternalErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudControlApi::Types::ServiceInternalErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudcontrolapi/types.rb
Overview
The resource handler has returned that the downstream service returned an internal error, typically with a ‘5XX HTTP` status code.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
917 918 919 920 921 |
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 917 class ServiceInternalErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |