Class: Aws::Billing::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::InternalServerException
- Defined in:
- gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb
Overview
The request processing failed because of an unknown error, exception, or failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
512 513 514 515 516 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 512 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |