Class: Aws::CloudWatch::Types::InternalServiceFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::InternalServiceFault
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
Request processing has failed due to some unknown error, exception, or failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2286 2287 2288 2289 2290 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2286 class InternalServiceFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |