Class: Aws::Connect::Types::ServiceQuotaExceededExceptionReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ServiceQuotaExceededExceptionReason
- Includes:
- Structure, Structure::Union
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Direct Known Subclasses
Defined Under Namespace
Classes: AttachedFileServiceQuotaExceededExceptionReason, Unknown
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #attached_file_service_quota_exceeded_exception_reason ⇒ String
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#attached_file_service_quota_exceeded_exception_reason ⇒ String
20047 20048 20049 20050 20051 20052 20053 20054 20055 20056 |
# File 'lib/aws-sdk-connect/types.rb', line 20047 class ServiceQuotaExceededExceptionReason < Struct.new( :attached_file_service_quota_exceeded_exception_reason, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class AttachedFileServiceQuotaExceededExceptionReason < ServiceQuotaExceededExceptionReason; end class Unknown < ServiceQuotaExceededExceptionReason; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
20047 20048 20049 |
# File 'lib/aws-sdk-connect/types.rb', line 20047 def unknown @unknown end |